From: Andreas Schwab Date: Wed, 9 Dec 2009 14:30:37 +0000 (+0000) Subject: * xsettings.c: Include "keyboard.h". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8988 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ad281d695e9036562416b2571970299e70393628;p=emacs.git * xsettings.c: Include "keyboard.h". --- diff --git a/src/ChangeLog b/src/ChangeLog index 0bf88bb3e4b..e1b78d01724 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2009-12-09 Andreas Schwab + * xsettings.c: Include "keyboard.h". + * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return. Fix implicit function declarations. diff --git a/src/xsettings.c b/src/xsettings.c index 9c4749f4036..946cfe7b899 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -24,6 +24,7 @@ along with GNU Emacs. If not, see . */ #include "xterm.h" #include "xsettings.h" #include "frame.h" +#include "keyboard.h" #include "blockinput.h" #include "termhooks.h" #include "termopts.h"